home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 February
/
PCWorld_2007-02_cd.bin
/
v cisle
/
Addons
/
Addons.exe
/
videodownloader-1.1.1-fx.xpi
/
chrome
/
videodownloader.jar
/
content
/
about.xul
next >
Wrap
Extensible Markup Language
|
2006-09-29
|
2KB
|
46 lines
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Version: Open Software License v. 2.1
-
- The contents of this file are subject to the Open Software License Version
- 2.1 (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.opensource.org/licenses/osl-2.1.php
-
- Software distributed under the License is distributed on an "AS IS" basis,
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- for the specific language governing rights and limitations under the
- License.
-
- The Original Code is the VideoDownloader.
-
- The Initial Developer of the Original Code is
- Javi Moya
-
- Portions created by the Initial Developer are Copyright (C) 2006
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
- -->
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<!DOCTYPE dialog SYSTEM "chrome://videodownloader/locale/about.dtd">
<dialog title="&about; VideoDownloader" orient="vertical" autostretch="always" onload="sizeToContent()" buttons="accept" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<!-- Original template by Jed Brown -->
<groupbox align="center" orient="horizontal">
<vbox>
<text value="VideoDownloader" style="font-weight: bold; font-size: x-large;"/>
<text value="&version; 1.1.1"/>
<separator class="thin"/>
<text value="&createdBy;" style="font-weight: bold;"/>
<text value="Javi Moya, SlovakSoft (Slovak locale), Andreas Kleinert (German locale), Денис Черницов (Russian locale)"/>
<separator class="thin"/>
<text value="&homepage;" style="font-weight: bold;"/>
<text value="http://videodownloader.net/"
class="url"
onclick="window.open('http://videodownloader.net/'); window.close();"/>
<separator class="thin"/>
</vbox>
</groupbox>
</dialog>